SftTree/OCX 7.0

SftTree.GetSplitterPosPix Method

Softel vdm, Inc.

Returns the coordinates of the splitter bar.

Deprecated - Provided for compatibility with earlier versions only - Use Splitter.GetPositionPix instead

Syntax       

VB.NET

object.GetSplitterPosPix(ByRef LeftPix As OLE_XPOS_PIXELS, ByRef TopPix As OLE_YPOS_PIXELS, ByRef WidthPix As OLE_XSIZE_PIXELS, ByRef HeightPix As OLE_YSIZE_PIXELS)

VB

object.GetSplitterPosPix(LeftPix As OLE_XPOS_PIXELS, TopPix As OLE_YPOS_PIXELS, WidthPix As OLE_XSIZE_PIXELS, HeightPix As OLE_YSIZE_PIXELS)

C#.NET

void object.GetSplitterPosPix(out OLE_XPOS_PIXELS LeftPix, out OLE_YPOS_PIXELS TopPix, out OLE_XSIZE_PIXELS WidthPix, out OLE_YSIZE_PIXELS HeightPix);

VC++

HRESULT object->GetSplitterPosPix(OLE_XPOS_PIXELS* LeftPix, OLE_YPOS_PIXELS* TopPix, OLE_XSIZE_PIXELS* WidthPix, OLE_YSIZE_PIXELS* HeightPix);

C

HRESULT object->raw_GetSplitterPosPix(OLE_XPOS_PIXELS* LeftPix, OLE_YPOS_PIXELS* TopPix, OLE_XSIZE_PIXELS* WidthPix, OLE_YSIZE_PIXELS* HeightPix);

Delphi

procedure object.GetSplitterPosPix(out LeftPix : Integer, out TopPix : Integer, out WidthPix : OLE_XSIZE_PIXELS, out HeightPix : OLE_YSIZE_PIXELS);

object

A SftTree object.

LeftPix

Returns the horizontal position relative to the top, left corner of the tree control in pixels.

TopPix

Returns the vertical position relative to the top, left corner of the tree control in pixels.

WidthPix

Returns the width of the splitter bar in pixels.

HeightPix

Returns the height of the splitter bar in pixels.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Splitter.GetPositionPix instead

The GetSplitterPosPix method returns the coordinates of the splitter bar.

The GetSplitterPos and GetSplitterPosPix methods are synonyms, but may use different coordinate systems.

The Splitter.Width property is used to define the width of the splitter bar.  The Splitter.Offset defines the horizontal position of the splitter bar.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com